LassoScript Utility
Basics Browse Detail

[Email_POP->Get]

Tag Link [Email_POP->Get] Category Email
Type Member Source Available Yes
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LDML Sets Lasso 8.5, Lasso 8.0

Description

The [Email_POP] type allows the [Email_POP->Get] tag to be customized so that [Iterate] ... [/Iterate] will perform the desired operation automatically. By default [Email_POP->Get] is set to get the Unique ID of the current message. See the documentation for [Email_POP] for other options.

Syntax

[Var: 'myPOP' = (Email_POP: -Host='mail.example.com', -Username='Example', -Password='Example')]
[Loop: $myPOP->Size]

[Loop_Count] - [$myPOP->(Get: Loop_Count)]
[/Loop]
[$myPOP->Close]

Parameters

Required Parameters
Position The position of the message to be fetched.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.